# Carnal Realms death text overrides for the global lustful morality baseline.

death_text_lustful = {
	weight_multiplier = {
		factor = 10

		modifier = {
			factor = 0
			OR = {
				is_adult = no
				NOT = { trait = lustful }
			}
		}
	}
}

death_text_chaste = {
	weight_multiplier = {
		factor = 10

		modifier = {
			factor = 0
			OR = {
				is_adult = no
				NOT = { trait = chaste }
			}
		}
	}
}

death_text_exhibitionist = {
	weight_multiplier = {
		factor = 5

		modifier = {
			factor = 0
			OR = {
				is_adult = no
				NOT = { trait = exhibitionist }
			}
		}
	}
}

death_text_nymphomaniac = {
	weight_multiplier = {
		factor = 5

		modifier = {
			factor = 0
			OR = {
				is_adult = no
				NOT = { trait = nymphomaniac }
			}
		}
	}
}

death_text_cheap_whore = {
	weight_multiplier = {
		factor = 3

		modifier = {
			factor = 0
			OR = {
				is_adult = no
				NOT = { trait = cheap_whore }
			}
		}
	}
}

death_text_experienced_whore = {
	weight_multiplier = {
		factor = 4

		modifier = {
			factor = 0
			OR = {
				is_adult = no
				NOT = { trait = experienced_whore }
			}
		}
	}
}

death_text_exclusive_whore = {
	weight_multiplier = {
		factor = 5

		modifier = {
			factor = 0
			OR = {
				is_adult = no
				NOT = { trait = exclusive_whore }
			}
		}
	}
}
